ConcurrentDictionary(TKey, TValue) Constructor

Task Parallel System.Threading

Initializes a new instance of the ConcurrentDictionary<(Of <(TKey, TValue>)>) class that is empty, has the default concurrency level, has the default initial capacity, and uses the default comparer for the key type.

Namespace:  System.Collections.Concurrent
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public Sub New
C#
public ConcurrentDictionary()

See Also